IGearInPosCommand.Permanent property

Determines whether the gear state is preserved after the motor is disabled.

true: the gear state is preserved even if the motor is disabled. For example, if the master axis is enabled, the slave axis will be enabled. If an error has occurred on the master, it occurred on the slave too.

false: the gear state won't be preserved after the motor is disabled.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool Permanent { get; }
ReadOnly Property Permanent As Boolean

Property value

Type: bool

See also

IGearInPosCommand Interface

IntervalZero.KINGSTAR.Base.Class Namespace